\(\int (a+b \log (c x^n))^p \, dx\) [170]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [F]
   Fricas [A] (verification not implemented)
   Sympy [F]
   Maxima [F(-2)]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 12, antiderivative size = 80 \[ \int \left (a+b \log \left (c x^n\right )\right )^p \, dx=e^{-\frac {a}{b n}} x \left (c x^n\right )^{-1/n} \Gamma \left (1+p,-\frac {a+b \log \left (c x^n\right )}{b n}\right ) \left (a+b \log \left (c x^n\right )\right )^p \left (-\frac {a+b \log \left (c x^n\right )}{b n}\right )^{-p} \]

[Out]

x*GAMMA(p+1,(-a-b*ln(c*x^n))/b/n)*(a+b*ln(c*x^n))^p/exp(a/b/n)/((c*x^n)^(1/n))/(((-a-b*ln(c*x^n))/b/n)^p)

Rubi [A] (verified)

Time = 0.03 (sec) , antiderivative size = 80, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {2337, 2212} \[ \int \left (a+b \log \left (c x^n\right )\right )^p \, dx=x e^{-\frac {a}{b n}} \left (c x^n\right )^{-1/n} \left (a+b \log \left (c x^n\right )\right )^p \left (-\frac {a+b \log \left (c x^n\right )}{b n}\right )^{-p} \Gamma \left (p+1,-\frac {a+b \log \left (c x^n\right )}{b n}\right ) \]

[In]

Int[(a + b*Log[c*x^n])^p,x]

[Out]

(x*Gamma[1 + p, -((a + b*Log[c*x^n])/(b*n))]*(a + b*Log[c*x^n])^p)/(E^(a/(b*n))*(c*x^n)^n^(-1)*(-((a + b*Log[c
*x^n])/(b*n)))^p)

Rule 2212

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))*((c_.) + (d_.)*(x_))^(m_), x_Symbol] :> Simp[(-F^(g*(e - c*(f/d))))*((c
+ d*x)^FracPart[m]/(d*((-f)*g*(Log[F]/d))^(IntPart[m] + 1)*((-f)*g*Log[F]*((c + d*x)/d))^FracPart[m]))*Gamma[m
 + 1, ((-f)*g*(Log[F]/d))*(c + d*x)], x] /; FreeQ[{F, c, d, e, f, g, m}, x] &&  !IntegerQ[m]

Rule 2337

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_), x_Symbol] :> Dist[x/(n*(c*x^n)^(1/n)), Subst[Int[E^(x/n)*(a +
b*x)^p, x], x, Log[c*x^n]], x] /; FreeQ[{a, b, c, n, p}, x]

Rubi steps \begin{align*} \text {integral}& = \frac {\left (x \left (c x^n\right )^{-1/n}\right ) \text {Subst}\left (\int e^{\frac {x}{n}} (a+b x)^p \, dx,x,\log \left (c x^n\right )\right )}{n} \\ & = e^{-\frac {a}{b n}} x \left (c x^n\right )^{-1/n} \Gamma \left (1+p,-\frac {a+b \log \left (c x^n\right )}{b n}\right ) \left (a+b \log \left (c x^n\right )\right )^p \left (-\frac {a+b \log \left (c x^n\right )}{b n}\right )^{-p} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.06 (sec) , antiderivative size = 80, normalized size of antiderivative = 1.00 \[ \int \left (a+b \log \left (c x^n\right )\right )^p \, dx=e^{-\frac {a}{b n}} x \left (c x^n\right )^{-1/n} \Gamma \left (1+p,-\frac {a+b \log \left (c x^n\right )}{b n}\right ) \left (a+b \log \left (c x^n\right )\right )^p \left (-\frac {a+b \log \left (c x^n\right )}{b n}\right )^{-p} \]

[In]

Integrate[(a + b*Log[c*x^n])^p,x]

[Out]

(x*Gamma[1 + p, -((a + b*Log[c*x^n])/(b*n))]*(a + b*Log[c*x^n])^p)/(E^(a/(b*n))*(c*x^n)^n^(-1)*(-((a + b*Log[c
*x^n])/(b*n)))^p)

Maple [F]

\[\int {\left (a +b \ln \left (c \,x^{n}\right )\right )}^{p}d x\]

[In]

int((a+b*ln(c*x^n))^p,x)

[Out]

int((a+b*ln(c*x^n))^p,x)

Fricas [A] (verification not implemented)

none

Time = 0.09 (sec) , antiderivative size = 52, normalized size of antiderivative = 0.65 \[ \int \left (a+b \log \left (c x^n\right )\right )^p \, dx=e^{\left (-\frac {b n p \log \left (-\frac {1}{b n}\right ) + b \log \left (c\right ) + a}{b n}\right )} \Gamma \left (p + 1, -\frac {b n \log \left (x\right ) + b \log \left (c\right ) + a}{b n}\right ) \]

[In]

integrate((a+b*log(c*x^n))^p,x, algorithm="fricas")

[Out]

e^(-(b*n*p*log(-1/(b*n)) + b*log(c) + a)/(b*n))*gamma(p + 1, -(b*n*log(x) + b*log(c) + a)/(b*n))

Sympy [F]

\[ \int \left (a+b \log \left (c x^n\right )\right )^p \, dx=\int \left (a + b \log {\left (c x^{n} \right )}\right )^{p}\, dx \]

[In]

integrate((a+b*ln(c*x**n))**p,x)

[Out]

Integral((a + b*log(c*x**n))**p, x)

Maxima [F(-2)]

Exception generated. \[ \int \left (a+b \log \left (c x^n\right )\right )^p \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate((a+b*log(c*x^n))^p,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is  0which is not
 of the expected type LIST

Giac [F]

\[ \int \left (a+b \log \left (c x^n\right )\right )^p \, dx=\int { {\left (b \log \left (c x^{n}\right ) + a\right )}^{p} \,d x } \]

[In]

integrate((a+b*log(c*x^n))^p,x, algorithm="giac")

[Out]

integrate((b*log(c*x^n) + a)^p, x)

Mupad [F(-1)]

Timed out. \[ \int \left (a+b \log \left (c x^n\right )\right )^p \, dx=\int {\left (a+b\,\ln \left (c\,x^n\right )\right )}^p \,d x \]

[In]

int((a + b*log(c*x^n))^p,x)

[Out]

int((a + b*log(c*x^n))^p, x)